PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFAnnotation Class / beginInit Method
In This Topic
    beginInit Method
    In This Topic
    Signals the start of the initialization of annotation's properties.
    The annotation appearance is not updated while properties are initialized. When initialization is completed, call to signal the end of initialization and update the annotation appearance.
    Syntax
    public void beginInit()
    See Also